home *** CD-ROM | disk | FTP | other *** search
/ Looney Tunes Photo Print Studio (Special Edition) / LIVEPIX.iso / ORIENTAT / DATA / LPORIENT.DXR / 00010_Wait frame script.ls < prev    next >
Encoding:
Text File  |  1998-01-16  |  218 b   |  11 lines

  1. on exitFrame
  2.   global gInitDelay, gToFrame, gsInstall
  3.   if the ticks < gInitDelay then
  4.     go(the frame)
  5.   else
  6.     puppetSprite(gsInstall, 0)
  7.     set the visible of sprite gsInstall to 0
  8.     go(gToFrame)
  9.   end if
  10. end
  11.